home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 1998 #6 / kopuutteri 6.98.iso / bht.ini < prev    next >
INI File  |  1995-07-21  |  4KB  |  127 lines

  1. [Palette]
  2. Animation=1
  3. ; 1: allows director to take control of the palette for fast palette effects
  4. ;    and transitions.
  5. ; 0: prevents director from taking control of the palette so other apps,
  6. ;    wallpaper etc. look better but palette effects and transitions will
  7. ;    be slower.
  8.  
  9. [Sound]
  10. ; Settings in the [Sound] section apply to all sound cards.
  11.  
  12. SpoolBufferAlloc=1 
  13. ; When to allocate spool buffers
  14. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  15. ; 1 means allocate spool once at startup and keep for entire session.
  16.  
  17. LowSpoolBufferMs=3500
  18. ; Length of one 8bit spool buffer, in milliseconds.
  19.  
  20. HighSpoolBufferMs=1000
  21. ; Length of one 16-bit spool buffer, in milliseconds.
  22.  
  23. SpoolBufferCount=4
  24. ; Number of spool buffers to use. Must range from 2 to 10.
  25.  
  26. MixMaxChannels=4
  27. ; Maximum number of channels supported by the sound mixer. The actual
  28. ; number you can mix depends on the processing power of your computer.
  29. ; Must range from 1 to 8.
  30.  
  31. MixWaveDevice=0 
  32. ; DeviceID of waveOut device to use for playing.
  33. ; Must range from 0 to (# of devices - 1).
  34.  
  35. SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  36. SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  37. SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  38. SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  39. SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  40. SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  41. SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  42. SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  43.  
  44.  
  45. [Low Default Sound]
  46. ; Settings in the [Low Default Sound] section apply when playing sounds
  47. ; with data rates up to 8-bit 22kHz stereo, for sound cards which are
  48. ; unknown to Director.
  49.  
  50. ;MixBufferMs=1000
  51. ; Length of each mixing buffer, in milliseconds.
  52.  
  53. ;MixBufferCount=2
  54. ; Number of mixing buffers to use. Must range from 2 to 16.
  55.  
  56. ;MixServiceMode=0
  57. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  58. ;         applied from MixIntPeriodMS and MixIntResolutionMs.
  59. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  60. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  61.  
  62. ;MixIntPeriodMs=200
  63. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  64.  
  65. ;MixIntResolutionMs=50
  66. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  67.  
  68.  
  69. ;[Low <SoundCardName>]
  70. ; Settings in this section apply when playing sounds with data rates up to
  71. ; 8-bit 22kHz stereo on a particular sound card. You can have any number of
  72. ; these sections. Replace "<SoundCardName>" inside the square brackets with
  73. ; the actual name of the sound card you want to set defaults for. To find
  74. ; the name of your card, launch the Sound Mapper application, and look in
  75. ; the Playback field. Settings in this section take precedence over
  76. ; Director's built in settings.
  77. ;MixBufferMs=200
  78. ;MixBufferCount=4
  79. ;MixServiceMode=0
  80. ;MixIntPeriodMs=200
  81. ;MixIntResolutionMs=50
  82.  
  83.  
  84.  
  85.  
  86.  
  87. ;[High <SoundCardName>]
  88. ; Settings in this section apply when playing sounds with data rates higher
  89. ; than 8-bit 22kHz stereo on a particular sound card. You can have any number
  90. ; of these sections. Replace "<SoundCardName>" inside the square brackets
  91. ; with the actual name of the sound card you want to set defaults for. To
  92. ; find the name of your sound card, launch the Sound Mapper application, and
  93. ; look in the Playback field. Settings in this section take precedence over
  94. ; Director's internal settings.
  95. ;MixBufferMs=200
  96. ;MixBufferCount=4
  97. ;MixServiceMode=0
  98. ;MixIntPeriodMs=200
  99. ;MixIntResolutionMs=50
  100.  
  101.  
  102.  
  103.  
  104. [Low Override]
  105. ; Settings in the [Low Override] apply when playing sounds with data rates
  106. ; up to 8-bit 22kHz stereo. These settings will override Director's internal
  107. ; settings, as well as settings for specific cards.
  108. ;MixBufferMs=200
  109. ;MixBufferCount=4
  110. ;MixServiceMode=0
  111. ;MixIntPeriodMs=200
  112. ;MixIntResolutionMs=50
  113.  
  114.  
  115.  
  116.  
  117. [High Override]
  118. ; Settings in the [High Override] apply when playing sounds with data rates
  119. ; higher than 8-bit 22kHz stereo. These settings will override Director's
  120. ; internal settings, as well as settings for specific cards.
  121. ;MixBufferMs=200
  122. ;MixBufferCount=4
  123. ;MixServiceMode=0
  124. ;MixIntPeriodMs=200
  125. ;MixIntResolutionMs=50
  126.  
  127.